Feature: Create tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 21.026s |
Scenario: Create a tag successfully
Before
0m 1.135s
Given
I navigate to page "<URL>"
0m 4.700s
And
I enter email "<ADMIN_EMAIL>"
0m 1.260s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.759s
And
I click on the login button
0m 0.768s
And
I wait for 2 seconds
0m 3.779s
And
I click on tags option
0m 0.986s
And
I wait for 2 seconds
0m 2.267s
When
I click on the new tags button
0m 0.731s
And
I write "Nuevo tag" in the tag name
0m 0.301s
And
I write "Descripción de tag" in the tag description
0m 0.602s
And
I save the new tag
0m 0.584s
And
I click on tags option
0m 0.615s
And
I wait for 2 seconds
0m 2.271s
Then
I see that there is a tag in the list with name "Nuevo tag"
0m 0.265s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL>"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
When
I click on the new tags button
And
I write "Nuevo tag" in the tag name
And
I write "Descripción de tag" in the tag description
And
I save the new tag
And
I click on tags option
And
I wait for 2 seconds
Then
I see that there is a tag in the list with name "Nuevo tag"
After
NO IMAGE AVAILABLE